home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion 2
/
Software Explosion 2 - Virtual Computer Pets (1997).iso
/
windoze
/
whiskers
/
kcip0.dxr
/
00053.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-01
|
226 b
|
16 lines
on mouseUp
checkbounds(15)
grav(15)
end
on mouseDown
global activity
if activity = 1 then
puppetSound(1, 1)
if soundBusy(1) = 0 then
puppetSound(1, "greatpurr")
end if
updateStage()
end if
end